Naive Bayes Image Classification: Beyond Nearest Neighbors
نویسندگان
چکیده
Naive Bayes Nearest Neighbor (NBNN) has been proposed as a powerful, learning-free, non-parametric approach for object classification. Its good performance is mainly due to the avoidance of a vector quantization step, and the use of image-to-class comparisons, yielding good generalization. In this paper we study the replacement of the nearest neighbor part with more elaborate and robust (sparse) representations, as well as trading performance for speed for practical purposes. The representations investigated are k-Nearest Neighbors (kNN), Iterative Nearest Neighbors (INN) solving a constrained least squares (LS) problem, Local Linear Embedding (LLE), a Sparse Representation obtained by l1-regularized LS (SRl1), and a Collaborative Representation obtained as the solution of a l2-regularized LS problem (CRl2). In particular, NIMBLE and K-DES descriptors proved viable alternatives to SIFT and, the NBSRl1 and NBINN classifiers provide significant improvements over NBNN, obtaining competitive results on Scene-15, Caltech101, and PASCAL VOC 2007 datasets, while remaining learning-free approaches (i.e., no parameters need to be learned).
منابع مشابه
Improving spam filtering by combining Naive Bayes with simple k-nearest neighbor searches
Using naive Bayes for email classification has become very popular within the last few months. They are quite easy to implement and very efficient. In this paper we want to present empirical results of email classification using a combination of naive Bayes and k-nearest neighbor searches. Using this technique we show that the accuracy of a Bayes filter can be improved slightly for a high numbe...
متن کاملA Näıve Bayes Classifier with Distance Weighting for Hand-Gesture Recognition
We present an effective and fast method for static hand gesture recognition. This method is based on classifying the different gestures according to geometric-based invariants which are obtained from image data after segmentation; thus, unlike many other recognition methods, this method is not dependent on skin color. Gestures are extracted from each frame of the video, with a static background...
متن کاملInstance Cloning Local Naive Bayes
The instance-based k-nearest neighbor algorithm (KNN)[1] is an effective classification model. Its classification is simply based on a vote within the neighborhood, consisting of k nearest neighbors of the test instance. Recently, researchers have been interested in deploying a more sophisticated local model, such as naive Bayes, within the neighborhood. It is expected that there are no strong ...
متن کاملRoad Detection Using Classification Algorithms
In this study, we present a road detection method. Proposed method consists of two phases. In the first phase, a binary image is obtained by utilizing greyscale transformation and thresholding processes. In the second phase, K-Nearest Neighbours and Naive Bayes classifiers are applied on image by utilizing colour features. Road and non-road regions are determined and these two classifiers are c...
متن کاملEnsembles of Methods for Tweet Topic Classification
This paper describes the system we developed for IberEval 2017 on Classification Of Spanish Election Tweets (COSET) task. Our approach is based on a weighted average ensemble of five classifiers: 1) a classifier based on logistic regression; 2) a support vector machine classifier; 3) a Naive Bayes classifier for multinomial models; 4) a Guassian Naive Bayes classifier; and 5) a classifier imple...
متن کامل